home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Apple Script / scripts / FileMaker & AppleScript / Syntax Examples / Do Menu examples < prev    next >
Encoding:
Text File  |  1992-11-25  |  113 b   |  4 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     Do Menu Menu Item "New…" of Menu "File"
  3.     Do Menu Menu Item 3 of Menu 4
  4. end tell